Skip to content

RxCommand.ICommandExecute(object?) method

Defined in

Type: RxCommand Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll

Applies to

netstandard2.0

protected virtual void ICommandExecute(object? parameter)

View source

Summary: Will be called by the methods from the ICommand interface. This method is called when the Command should execute.

Parameters

NameTypeDescription
parameterobject?The parameter being passed to the ICommand.